home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr15 / disp135.zip / READ.ME < prev    next >
Text File  |  1993-04-23  |  10KB  |  271 lines

  1. ******   You may distribute this program freely for non-commercial use
  2.          if no fee is gained.
  3. ******   There is no warranty. The author is not responsible for any
  4.          damage caused by this program.
  5.  
  6.  
  7. (1) Introduction:
  8.   This program can let you READ, WRITE and DISPLAY images with different
  9.   formats. It also let you do some special effects(ROTATION, DITHERING ....)
  10.   on image. Its main purpose is to let you convert image among different
  11.   formts.
  12.   Include simple file management system.
  13.   Support 'slide show'.
  14.   There is NO LIMIT on image size.
  15.   Currently this program supports 8, 15, 16, 24 bits display.
  16.   If you want to use HiColor or TrueColor, you must have VESA driver.
  17.   If you want to modify video driver, please read section (8).
  18.  
  19.  
  20. (2) Hardware Requirement:
  21.   PC 386 or better. MSDOS 3.3 or higher.
  22.   min amount of ram is 4M bytes(Maybe less memory will also work).
  23.   (I recommend min 8M bytes for better performance).
  24.   Hard disk for swapping(virtual memory).
  25.  
  26.   The following description is borrowed from DJGPP.
  27.  
  28.   Supported Wares:
  29.  
  30.   * Up to 128M of extended memory (expanded under VCPI)
  31.   * Up to 128M of disk space used for swapping
  32.   * SuperVGA 256-color mode up to 1024x768
  33.   * 80387
  34.   * XMS & VDISK memory allocation strategies
  35.   * VCPI programs, such as QEMM, DESQview, and 386MAX
  36.  
  37.   Unsupported:
  38.  
  39.   * DPMI
  40.   * Microsoft Windows
  41.  
  42.   Features: 80387 emulator, 32-bit unix-ish environment, flat memory
  43.   model, SVGA graphics.
  44.  
  45.  
  46. (3) Installation:
  47.   Video drivers, emu387 and go32.exe are borrowed from DJGPP.
  48.   (If you use Western Digital VGA chips, read readme.wd)
  49.   (This GO32.EXE is a modified version for vesa and is COMPLETELY compatible
  50.    with original version)
  51. +  *** But some people report that this go32.exe is not compatible with
  52. +      other DJGPP programs in their system. If you encounter this problem,
  53. +      DON'T put go32.exe within search path.
  54.  
  55.   *** Please read runme.bat for how to run this program.
  56.  
  57.   If you choose xxxxx.grn as video driver, add 'nc 256' to environment
  58.     GO32.
  59.  
  60.   For example, go32=driver x:/xxxxx/xxxxx.grn nc 256
  61.  
  62.   If you don't have 80x87, add 'emu x:/xxxxx/emu387' to environment GO32.
  63.  
  64.   For example, go32=driver x:/xxxxx/xxxxx.grd emu x:/xxxxx/emu387
  65.  
  66.   **** Notes: 1. I only test tr8900.grn, et4000.grn and vesa.grn.
  67.                  Other drivers are not tested.
  68.               2. I have modified et4000.grn to support 8, 15, 16, 24 bits
  69.                  display. You don't need to use vesa driver.
  70.                  If et4000.grn doesn't work, please try vesa.grn.
  71.               3. For those who want to use HiColor or TrueColor display,
  72.                  please use vesa.grn(except et4000 users).
  73.                  You can find vesa BIOS driver from :
  74.                    wuarchive.wustl.edu: /mirrors/msdos/graphics
  75.                    godzilla.cgl.rmit.oz.au: /kjb/MGL
  76.  
  77.  
  78. (4) Command Line Switch:
  79.  
  80. +   Usage : display [-d|--display initial_display_type]
  81. +                   [-s|--sort sort_method]
  82. +                   [-h|-?]
  83.  
  84.     Display type: 8(SVGA,default), 15, 16(HiColor), 24(TrueColor)
  85. +   Sort method: 'name', 'ext'
  86.  
  87.  
  88. (5) Function Key:
  89.  
  90.     F2 : Change disk drive
  91.  
  92. +   CTRL-A -- CTRL-Z : change disk drive.
  93.  
  94.     F3 : Change filename mask (See match.doc)
  95.  
  96.     F4 : Change parameters
  97.  
  98.     F5 : Some effects on picture, eg. flip, rotate ....
  99.  
  100.     F7 : Make Directory
  101.  
  102.     t : Tag file
  103.  
  104.     + : Tag group files (See match.doc)
  105.  
  106.     T : Tag all files
  107.  
  108.     u : Untag file
  109.  
  110.     - : Untag group files (See match.doc)
  111.  
  112.     U : Untag all files
  113.  
  114.     Ins : Change display type (8,15,16,24) in 'read' & 'screen' menu.
  115.  
  116.     F6,m,M : Move file(s)
  117.  
  118.     F8,d,D : Delete file(s)
  119.  
  120.     r,R : Rename file
  121.  
  122.     c,C : Copy File(s)
  123.  
  124.     z,Z : Display first 10 bytes in Ascii, Hex and Dec modes.
  125.  
  126. +   f,F : Display disk free space.
  127.  
  128.     Page Up/Down : Move one page
  129.  
  130.     TAB : Change processing target.
  131.  
  132.     Arrow keys, Home, End, Page Up, Page Down: Scroll image.
  133.       Home: Left Most.
  134.       End: Right Most.
  135.       Page Up: Top Most.
  136.       Page Down: Bottom Most.
  137.       in 'screen' & 'effect' menu :
  138.         Left,Right arrow: Change display type(8, 15, 16, 24 bits)
  139.  
  140.     s,S : Slide Show. ESCAPE to terminate.
  141.  
  142.     ALT-X : Quit program without prompting.
  143.  
  144. +   ALT-A : Reread directory.
  145.  
  146.     Escape : Abort function and return.
  147.  
  148.  
  149. (6) Support Format:
  150.  
  151.   Read: GIF(.gif), Japan MAG(.mag), Japan PIC(.pic), Sun Raster(.ras),
  152.         Jpeg(.jpg), XBM(.xbm), Utah RLE(.rle), PBM(.pbm), PGM(.pgm),
  153.         PPM(.ppm), PM(.pm), PCX(.pcx), Japan MKI(.mki), Tiff(.tif),
  154.         Targa(.tga), XPM(.xpm), Mac Paint(.mac), GEM/IMG(.img),
  155.         IFF/ILBM(.lbm), Window BMP(.bmp), QRT ray tracing(.qrt),
  156.         Mac PICT(.pct), VIS(.vis), PDS(.pds), VIKING(.vik), VICAR(.vic),
  157.         FITS(.fit), Usenix FACE(.fac).
  158.  
  159.         the extensions in () are standard extensions.
  160.  
  161.   Write: GIF, Sun Raster, Jpeg, XBM, PBM, PGM, PPM, PM, Tiff, Targa,
  162.          XPM, Mac Paint, Ascii, Laser Jet, IFF/ILBM, Window BMP,
  163. +        Mac PICT, VIS, FITS, FACE, PCX, GEM/IMG.
  164.  
  165.   All Read/Write support full color(8 bits), grey scale, b/w dither,
  166.       and 24 bits image, if allowed for that format.
  167.  
  168.  
  169. (7) Detail:
  170.  
  171.    Initialization:
  172.       Set default display type to highest display type.
  173.       Find allowable screen resolution(for .grn video driver only).
  174.  
  175.    1. When you run this program, you will enter 'read' menu. Whthin this
  176.       menu you can press any function key except F5. If you move or copy
  177.       files, you will enter 'write' menu. the 'write' menu is much like
  178.       'read' menu, but only allow you to change directory.
  179. +       The header line in 'read' menu includes "(d:xx,f:xx,t:xx)".
  180. +         d : display type. f: number of files. t: number of tagged files.
  181.       pressing SPACE in 'read' menu will let you select which format to use
  182.         for reading current file.
  183.       pressing RETURN in 'read' menu will let you reading current file. This
  184.         program will automatically determine which format this file is.
  185.         The procedure is: First, check magic number. If fail, check
  186.         standard extension. Still fail, report error.
  187.       pressing s or S in 'read' menu will do 'Slide Show'.
  188.         If delay time is 0, program will wait until you hit a key
  189.           (except ESCAPE).
  190.         If any error occurs, program will make a beep.
  191.         ESCAPE to terminate.
  192.       pressing Ins in 'read' menu will change display type.
  193.       pressing ALT-X in 'read' menu will quit program without prompting.
  194.  
  195.    2. Once image file is successfully read, you will enter 'screen' menu.
  196.       Within this menu F5 is turn on. You can do special effect on image.
  197.       pressing RETURN: show image.
  198.         in graphic mode, press RETURN, SPACE or ESCAPE to return to text
  199.         mode.
  200.       pressing TAB: change processing target. This program allows you to do
  201.         special effects on 8-bit or 24-bit image.
  202.       pressing Left,Right arrow: change display type. 8, 15, 16, 24 bits.
  203.       pressing SPACE: save current image to file.
  204.         B/W Dither: save as black/white image(1 bit).
  205.         Grey Scale: save as grey image(8 bits).
  206.         Full Color: save as color image(8 bits).
  207.         True Color: save as 24-bit image.
  208.  
  209.         This program will ask you some questions if you want to write image
  210.         to file. Some questions are format-dependent. Finally This program
  211.         will prompt you a filename. If you want to save file under another
  212.         directory other than current directory, please press SPACE. after
  213.         pressing SPACE, you will enter 'write2' menu. You can change
  214.         directory to what you want. Then,
  215.  
  216.         pressing SPACE: this program will prompt you 'original' filename.
  217.         pressing RETURN: this program will prompt you 'selected' filename
  218.                       (filename under bar).
  219.  
  220.  
  221.   3. This program supports 8, 15, 16, 24 bits display.
  222.  
  223.   4. This Program is MEMORY GREEDY. If you don't have enough memory,
  224.      the performance is poor.
  225.  
  226.   5. If you want to save 8 bits image :
  227.        try GIF then TIFF(LZW) then TARGA then Sun Raster then BMP then ...
  228.  
  229.      If you want to save 24 bits image (lossless):
  230.        try TIFF(LZW) or TARGA or ILBM or Sun Raster
  231.        (No one is better for true 24bits image)
  232.  
  233.   6. I recommend Jpeg for storing 24 bits images, even 8 bits images.
  234.  
  235.   7. Not all subroutines are fully tested
  236.  
  237.   8. This document is not well written. If you have any PROBLEM, SUGGESTION,
  238.      COMMENT about this program,
  239.      Please send to u7711501@bicmos.ee.nctu.edu.tw (140.113.11.13).
  240.      I need your suggestion to improve this program.
  241.      (There is NO anonymous ftp on this site)
  242.  
  243.  
  244. (8) Tech. information:
  245.   Program (user interface and some subroutines) written by Jih-Shin Ho.
  246.   Some subroutines are borrowed from XV(2.21) and PBMPLUS(dec 91).
  247.   Tiff(V3.2) and Jpeg(V4) reading/writing are through public domain
  248.     libraries.
  249.   Compiled with DJGPP.
  250.   You can get whole DJGPP package from SIMTEL20 or mirror sites.
  251.     For example, wuarchive.wustl.edu: /mirrors/msdos/djgpp
  252.  
  253.  
  254. (9) For Thoese who want to modify video driver:
  255.    1. get GRX source code from SIMTEL20 or mirror sites.
  256.    2. For HiColor and TrueColor:
  257.         15 bits : # of colors is set to 32768.
  258.         16 bits : # of colors is set to 0xc010.
  259.         24 bits : # of colors is set to 0xc018.
  260.  
  261.  
  262. Acknowledgment:
  263.   I would like to thank the authors of XV and PBMPLUS for their permission
  264.     to let me use their subroutines.
  265.   Also I will thank the authors who write Tiff and Jpeg libraries.
  266.   Thank DJ. Without DJGPP I can't do any thing on PC.
  267.  
  268.  
  269.                                             Jih-Shin Ho
  270.                                    u7711501@bicmos.ee.nctu.edu.tw
  271.